CallLogEntryInterface

public interface CallLogEntryInterface

This interface defines the basic entity in the call log structure

Functions

Link copied to clipboard
public abstract String getDisplayNumber()
Returns display number of Call Log Entry.
Link copied to clipboard
public abstract String getDuration()
Returns duration of Call Log Entry.
Link copied to clipboard
public abstract String getName()
Returns the name of Call Log Entry.
Link copied to clipboard
public abstract String getRecordId()
Returns record ID of Call Log Entry.
Link copied to clipboard
public abstract String getStartTime()
Returns start Time of Call Log Entry.
Link copied to clipboard
public abstract Constants.CallTypes getType()
Returns type of Call Log Entry.